home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / UIFlow 1.0.1 / UIFlow Source / VSet2.0 / temp / do < prev    next >
Encoding:
Text File  |  1991-12-12  |  217 b   |  8 lines  |  [TEXT/????]

  1. # This is how you can compile a C program that uses Vset.
  2. # Change "SUN" to the machine that you are using.
  3. #
  4. cat do
  5. echo "compiling $1..."
  6. cc $1.c  libvg.a -ldf -o $1 -g -DUNICOS -I/scr1/u12939/include
  7. echo $1 done
  8.